home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / BLAKJACK.PAK / CARD.RH < prev    next >
Text File  |  1997-05-06  |  1KB  |  33 lines

  1. #ifndef __CARD_RH
  2. #define AboutBox    1
  3. #define IDC_MHCARDDECK1    101
  4. #define IDC_MHCARDDECK2    102
  5. #define __CARD_RH
  6. /****************************************************************************
  7. Borland International.
  8.  (c) Copyright 1995.
  9.  card.rh
  10. *****************************************************************************/
  11.  
  12. #define TXT_DEALER             2010
  13. #define TXT_PLAYER_BANKROLL    2020
  14. #define TXT_BET                2030
  15. #define ID_DISP_BET             2040
  16. #define ID_DISP_BANKROLL1       2045
  17.  
  18. #define ID_DISP_DPOINTS          2055
  19. #define ID_DISP_PPOINTS          2065
  20. #define ID_BANKROLL_BTN          2060
  21. #define ID_BET_BTN             2070
  22. #define TXT_DPOINTS             2090
  23. #define ID_STAND_BTN             3010
  24. #define ID_HIT_BTN             3020
  25. #define TXT_PLAYER_POINTS       3030
  26. #define TXT_PLAYER             3040
  27. #define ID_ABOUT              3050
  28. #define ID_DISP_BET_SHADE     3060
  29. #define ID_DISP_BET_INPUT       3070
  30. #define ID_DISP_BANKROLL_SHADE 3080
  31. #define ID_DISP_BANKROLL_INPUT 3090
  32. #endif
  33.